home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tel2305b.zip / TELNET.BAT < prev    next >
DOS Batch File  |  1990-06-06  |  134b  |  9 lines

  1. echo off
  2. if .%1 == . goto defh
  3. telbin -h config.tel %1 %2 %3 %4 %5 %6
  4. goto exith
  5. :defh
  6. telbin -h config.tel yoyodyne
  7. :exith
  8.  
  9.